home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / text123.arc / TEXT123.DOC next >
Encoding:
Text File  |  1985-01-21  |  3.0 KB  |  51 lines

  1. Program Name:  TEXT123.EXE
  2. Description :  Text editor/print utility with "LOTUS-style" command
  3.                line and functions.
  4. Author      :  Robert Keller
  5.  
  6. TEXT123 is a versatile editor for text and other ASCII code files, which
  7. supports a full range of insert, delete, move, and copy functions. The print
  8. function is also supported. All system functions are executed from the file
  9. TEXT123.EXE. Written in assembly language, TEXT123 provides a powerful set of
  10. functions and extreme ease of use in a file compact enough to keep on your
  11. work disks.
  12.  
  13. The TEXT123 editor was designed around a command menu and status/prompt
  14. structure that is remarkably similar in operation to that of the popular Lotus 
  15. 1-2-3 program. If you are a Lotus user, you can probably just load TEXT123.EXE,
  16. press the slash (/) key to invoke the primary command menu, and be on your way 
  17. to explore the functions of an editor that you already know how to use.
  18.  
  19. TEXT123 uses most of the Function keys, and you can press F1 to call up a small
  20. window table that defines these uses. Other special keys, such as Ins, Del, 
  21. PgUp, PgDn, Home, and End are also used by this editor. In its present version 
  22. (10/84), TEXT123 will handle up to 840 lines of text.
  23.  
  24. For those not familiar with the Lotus-style command structure, the system is 
  25. really quite obvious if you will just use the right and left directional keys 
  26. to move the block cursor along the command line. Notice the changing contents 
  27. of the second line of the menu, which displays either the available secondary 
  28. options or the direct action of the command highlighted by the block cursor. 
  29. Options are selected only from the first line of the command menu, either by 
  30. pressing the first letter of the option's name, or by moving the block cursor
  31. to the desired option and pressing [Return]. Either of these actions will move
  32. you down into the next level of command options, or, where appropriate, to a 
  33. prompt requiring your input.
  34.  
  35. All of the editor's functions may be observed from the hierarchy of command 
  36. menus. When you have reached a command "dead end", one of the options will be
  37. to Quit, which will return you to a higher menu or to the Edit Mode. At any 
  38. time during your travels through the command menus, you may press Escape to 
  39. backstep to the previous menu. With enough Escape presses, you can backstep out
  40. of the Command Mode into the Edit Mode. Text entry and character/word editing 
  41. is done while in the Edit Mode (see the mode block at the top of the screen).
  42.  
  43. By exploring the command menus, you will observe that this is a range-oriented
  44. editor, with the line delete, insert, copy, and move functions being defined by
  45. a Range of lines. AftRange/Option is selected from the menus, the desired range
  46. may be identified with the use of the cursor keys, much the same as done in
  47. Lotus and other spreadsheet programs.
  48.  
  49. Reviewed 11/12/84
  50. TAM
  51. ed wi